Documentation
organizations

Update Organization

patch
/v1/organizations/{id}
Update an organization.
curl -X PATCH \
    https://api.polar.sh/v1/organizations/00000000-0000-0000-0000-000000000000 \
    -H "Content-Type: application/json" \
    -H "Accept: application/json" \
    -H "Authorization: Bearer <token>" \
    -d '{}'
Responses
{
  "created_at": "2024-09-19T00:00:00.000Z",
  "modified_at": "2024-09-19T00:00:00.000Z",
  "id": "00000000-0000-0000-0000-000000000000",
  "name": "string",
  "slug": "string",
  "avatar_url": "string",
  "bio": "string",
  "company": "string",
  "blog": "string",
  "location": "string",
  "email": "string",
  "twitter_username": "string",
  "pledge_minimum_amount": 0,
  "pledge_badge_show_amount": false,
  "default_upfront_split_to_contributors": 0,
  "donations_enabled": false,
  "profile_settings": {
    "enabled": false,
    "description": "string",
    "featured_projects": [
      "00000000-0000-0000-0000-000000000000"
    ],
    "featured_organizations": [
      "00000000-0000-0000-0000-000000000000"
    ],
    "links": [
      "string"
    ],
    "subscribe": {
      "promote": false,
      "show_count": false,
      "count_free": false
    },
    "accent_color": "string"
  },
  "feature_settings": {
    "articles_enabled": false,
    "issue_funding_enabled": false
  }
}